projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae3b07
)
(Finsert_abbrev_table_description): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 24 Feb 2004 03:32:29 +0000
(
03:32
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 24 Feb 2004 03:32:29 +0000
(
03:32
+0000)
src/abbrev.c
patch
|
blob
|
history
diff --git
a/src/abbrev.c
b/src/abbrev.c
index 1cf06946631119ca4513f497f8c8f4b48dd9a0aa..41e329ac95d199030e549847a120bbb219db0947 100644
(file)
--- a/
src/abbrev.c
+++ b/
src/abbrev.c
@@
-540,7
+540,8
@@
is inserted. Otherwise the description is an expression,
a call to `define-abbrev-table', which would
define the abbrev table NAME exactly as it is currently defined.
-Abbrevs marked as "system abbrevs" are omitted. */)
+Abbrevs marked as "system abbrevs" are normally omitted. However, if
+READABLE is non-nil, they are listed. */)
(name, readable)
Lisp_Object name, readable;
{